| lcWndGetEntByIDH | Home |
|
HANDLE lcWndGetEntByIDH ( HANDLE hLcWnd, LPCWSTR szIdHex ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| szIdHex | |
| Text string representing hexadecimal value of object's identifier (LC_PROP_ENT_ID property) | |
|
Handle to a graphic object. If an object with specified identifier is not found, the function returns NULL. |
| lcWndGetEntByID, lcWndGetEntByKey, lcBlockGetEntByID |